body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

input,
input:focus {
  outline: none;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #e6ebee;
  font-family: 'Noto Sans SC', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #272c32;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
  word-break: break-all;
}

a {
  color: #272c32;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
select,
textarea,
button {
  -webkit-appearance: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
.s-more-link {
  position: relative;
}

.s-more-link .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 12px;
  font-size: 13px;
  color: #8b9097;
  font-weight: 300;
}
.s-more-link .more-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(/statics/images/pc/icon-more.png) no-repeat 0 0;
  transform: translateY(-50%);
}

/**
	header
 **/

.kx-header {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

.header-container {
  position: relative;
  margin: auto;
  padding-right: 152px;
  width: 904px;
  height: 100%;
  display: flex;
  align-items: center;
}

.kx-logo {
  width: 140px;
}

.menu-nav {
  margin-left: 6%;
}

.menu-nav ul {
  display: flex;
  height: 100%;
  line-height: 72px;
}

.menu-nav ul li {
  position: relative;
  margin-right: 50px;
}

.menu-nav ul li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #00a0e9;
}

.menu-nav ul li.active a {
  color: #00a0e9;
}

.kx-search {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: space-between;
  width: 152px;
  height: 26px;
  background-color: #e6ebee;
  border-radius: 13px;
}

.kx-search input {
  margin-left: 10px;
  width: 110px;
  border: none;
  background: none;
  font-size: 14px;
  font-family: 'Noto Sans SC', Helvetica, Arial, sans-serif;
  color: #000;
}

.kx-search a {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.kx-search a img {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

/**
	footer
 **/

.kx-footer {
  width: 100%;
  background-color: #272c32;
}

.footer-container {
  margin: auto;
  width: 1056px;
}

.footer-top {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.title-h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.kx-about {
  text-align: right;
}

.kx-about ul li {
  line-height: 30px;
}

.kx-about li a {
  color: #8b9097;
}

.kx-tencent {
  width: 112px;
}

.tencent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #8b9097;
}

.tencent span {
  margin-top: 10px;
  font-size: 12px;
}

.kx-partner {
  width: 624px;
}

.kx-partner ul {
  display: flex;
  flex-wrap: wrap;
}

.kx-partner li {
  margin-right: 24px;
  margin-bottom: 20px;
  width: 84px;
  height: 30px;
}

.kx-partner li:nth-child(6n) {
  margin-right: 0;
}

.kx-partner li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(208, 216, 220, 0.1);
}

.kx-partner li img {
  height: 100%;
  object-fit: contain;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 12px;
  color: #42474e;
  text-align: center;
}

/**
	公共的
 **/

.live-index,
.article-index,
.science-index,
.section-container {
  position: relative;
  margin: auto;
  width: 1056px;
}

.kx-section {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 72px - 258px);
}

/*面包屑*/

.crumbs-box {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 1;
}

.crumbs-box i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
}

.crumbs-box span {
  color: #00a0e9;
}

.main-container {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
aside.main-container {
  display: flex;
}

.left-container {
  width: 786px;
}

.right-container {
  width: 246px;
}

.right-title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
}

/*页码*/

.kx-page {
  margin-top: 16px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kx-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  min-width: 40px;
  height: 40px;
  color: #999;
  font-weight: 300;
  background-color: #fff;
  border-radius: 4px;
}

.kx-page a.active {
  color: #fff;
  cursor: default;
  background-color: #00a0e9;
}

/**
	首页
 **/

.title-index {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-right: 20px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}

.title-index strong {
  font-weight: 400;
}

.title-index a {
  position: relative;
  padding-right: 12px;
  font-size: 13px;
  color: #8b9097;
  font-weight: 300;
}

.title-index a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../../images/pc/icon-more.png) no-repeat 0 0;
  transform: translateY(-50%);
}

/*index轮播*/

.slide-index {
  position: relative;
  padding-top: 32px;
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}

.slide-index::before,
.kx-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background-image: linear-gradient(180deg, rgba(211, 218, 223, 0.43), transparent);
}

.slide-index .frontpage-header-focus {
  width: 1056px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.slide-index .frontpage-header-focus label {
  font-size: 24px;
}
.slide-index .frontpage-header-focus .swiper-slide {
  line-height: 46px;
  background-color: #f2f2f2;
}
.slide-index .frontpage-header-focus .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#slideIndex {
  margin-left: auto;
  margin-right: auto;
  width: 944px;
  height: 46px;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px #00a0e9;
}

#slideIndex .imgs {
  width: 100%;
  height: 100%;
}

#slideIndex .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slideIndex .indexPage {
  right: 10px;
  left: inherit;
  width: 30%;
  text-align: right;
}

#slideIndex .indexPage span {
  width: 34px;
  height: 2px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

#slideIndex .indexPage span.swiper-pagination-bullet-active {
  background-color: #fff;
}

#slideIndex .swiper-slide p:hover {
  color: #00a0e9;
}
#slideIndex .swiper-slide p {
  /* position: absolute;
  left: 0;
  bottom: 10px;
  padding-left: 15px;
  width: 68%; */
  font-size: 16px;
  color: #333;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}

/*index直播*/

.liveTabBox {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.liveTabNav {
  display: flex;
  align-items: flex-end;
  padding-left: 80px;
  height: 24px;
}

.liveTabNav li {
  position: relative;
  margin-left: 40px;
  font-size: 16px;
  color: #8b9097;
  line-height: 1;
  cursor: pointer;
}

.liveTabNav li.now {
  color: #00a0e9;
}

.liveTabNav li.now::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #00a0e9;
}

.liveTabCont {
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
}

.live_title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #8b9097;
}

.live-left {
  position: relative;
  float: left;
  width: 408px;
}

.liveSlideNew,
.liveSlidePlayback {
  width: 100%;
  height: 366px;
  background-color: #fff;
  border-radius: 4px;
}

.liveSlideNew .swiper-wrapper,
.liveSlidePlayback .swiper-wrapper {
  height: calc(100% - 20px);
}

.liveSlideNew .swiper-slide a,
.liveSlidePlayback .swiper-slide a,
.live-right ul li a {
  display: block;
}

.liveSlideNew .swiper-slide a img,
.liveSlidePlayback .swiper-slide a img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.live-title {
  position: relative;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title-h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img_type {
  display: flex;
  align-items: center;
  padding-left: 25px;
  width: 51px;
  height: 28px;
  color: #fff;
  background: url(../../images/pc/icon-type-ing.png) no-repeat 0 0 / cover;
}

.img_type.end {
  background-image: url(../../images/pc/icon-type-end.png);
}

.img_type.preheat {
  background-image: url(../../images/pc/icon-type-preheat.png);
}

.live-pic .img_type {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  width: 45px;
  height: 24px;
  font-size: 12px;
}

.liveSlideNew .swiper-slide a time,
.liveSlidePlayback .swiper-slide a time {
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  color: #aaa;
  line-height: 1.57;
}

.livePageNew span,
.livePagePlayback span {
  width: 34px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 0;
  border: none;
}

.livePageNew span.swiper-pagination-bullet-active,
.livePagePlayback span.swiper-pagination-bullet-active {
  background-color: #333;
}

.live-right {
  float: right;
  width: 624px;
  height: 366px;
}

.live-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.live-right ul li {
  margin-bottom: 22px;
  width: 192px;
  height: 172px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.live-pic {
  position: relative;
  width: 100%;
  height: 108px;
}

.live-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.live-right li p,
.txt-ul li a p {
  padding: 12px 8px 0 12px;
  height: 40px;
  line-height: 1;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*图文阅读，电子杂志*/

.article-index {
  display: flex;
  justify-content: space-between;
}

.TXT {
  width: 408px;
}

.E-zine {
  width: 624px;
}

.txt-ul,
.ezine-ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.txt-ul li {
  margin-bottom: 22px;
  width: 192px;
  height: 172px;
  background-color: #fff;
  border-radius: 4px;
}

.txt-ul li a {
  display: block;
}

.txt-ul li a img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.ezine-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  width: 192px;
  height: 366px;
  background-color: #fff;
  border-radius: 4px;
}

.ezine-ul li img {
  margin-top: 6px;
  margin-bottom: 22px;
  width: 180px;
  height: 226px;
  object-fit: cover;
}

.ezine-ul li p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.43;
  color: #333;
}

.ezine-ul li a {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  color: #00a0e9;
  font-size: 16px;
  border: solid 2px #00a0e9;
  border-radius: 2px;
  background-color: #fff;
}

/*科技好物*/

.science-index {
  /* margin-top: -22px; */
  margin-bottom: 40px;
}

.science-index img {
  margin-top: 30px;
  border-radius: 4px;
  width: 100%;
  height: 228px;
  object-fit: cover;
}

/**
	二级页面
**/

/*热门文章*/

.hot-article {
  margin-bottom: 20px;
}

.article-ul {
  padding: 5px 0;
  width: 100%;
  border-top: solid 2px #272c32;
  border-bottom: solid 2px #272c32;
}

.article-ul li {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px 0;
  color: #333;
  line-height: 1.43;
  border-bottom: solid 1px #ccc;
}

.article-ul li:last-child {
  border: none;
}

.article-ul li span {
  margin-right: 10px;
}

/*电子杂志*/

.E-ul li {
  padding: 8px 8px 14px 8px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.E-ul li a,
.recommend-ul li a {
  display: block;
}

.E-ul li img {
  margin-bottom: 15px;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.E-ul li p,
.E-ul li span {
  padding-left: 8px;
  color: #333;
  line-height: 20px;
}

.E-ul li span {
  font-size: 13px;
}

/*直播推荐*/

.recommend-ul li {
  margin-bottom: 24px;
  width: 100%;
  min-height: 214px;
  background-color: #fff;
  border-radius: 4px;
}

.recommend-ul li .live-pic {
  height: 136px;
}

.recommend-ul li p {
  padding: 14px 10px 0 14px;
  font-size: 16px;
  color: #333;
  line-height: 1.375;
}

/**
	直播列表（左侧内容）
**/

.live-list-box ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.live-list-box li {
  margin-right: 24px;
  margin-bottom: 24px;
  width: 246px;
  height: 334px;
  background-color: #fff;
  border-radius: 4px;
}

/*图文列表*/

.imgtxt-list li {
  height: 324px;
}

/*电子杂志列表*/

.ezine-list li {
  height: 366px;
}

.ezine-list li a {
  padding: 8px 8px 0 8px;
}

.ezine-list li a img {
  margin-bottom: 15px;
  width: 100%;
  height: 288px;
  object-fit: cover;
}

.ezine-list li p,
.ezine-list li span {
  padding-left: 8px;
  color: #333;
  line-height: 20px;
}

.ezine-list li span {
  font-size: 13px;
}

.live-list-box li:nth-child(3n) {
  margin-right: 0;
}

.live-list-box li a {
  display: block;
}

.live-list-box li .live-pic {
  height: 138px;
}

.live-content {
  position: relative;
  padding: 14px 10px 0 14px;
  height: 182px;
}

.live-content name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  height: 44px;
  font-size: 16px;
  line-height: 1.375;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}

.live-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 63px;
  font-size: 13px;
  line-height: 1.69;
  color: #666;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*图文列表介绍*/

.imgtxt-list p {
  height: 84px;
  -webkit-line-clamp: 4;
}

.live-content time {
  position: absolute;
  bottom: 30px;
  line-height: 1;
  color: #aaa;
  font-weight: 300;
}

/**
	三级页
**/

/*文章详情左侧内容*/

.news-details {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  background-color: #fff;
  border-radius: 4px;
}

.news-tops {
  padding-top: 20px;
}

.news-titles {
  font-size: 28px;
  font-weight: 500;
}

.news-infos {
  position: relative;
  display: flex;
  font-size: 12px;
  color: #666;
  font-weight: 300;
}

.news-infos time {
  margin-right: 30px;
}

.news-infos span {
  position: absolute;
  right: 0;
}

.article-main {
  margin-top: 20px;
  padding-bottom: 40px;
}

.news-list {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 40px;
  line-height: 1.7;
}

/*好物*/

.kj_haowu {
  display: flex;
  padding-top: 10%;
  width: 100%;
  justify-content: center;
  text-align: center;
}

/*
	二级页面
	搜索页
*/

.search-result {
  padding-top: 36px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  font-size: 18px;
  line-height: 1;
}

.search-result name {
  color: #272c32;
  margin-right: 10px;
  font-weight: bold;
}

.search-result span {
  font-size: 13px;
  color: #000;
}

.s_result-no {
  min-height: calc(100vh - 414px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.result_img {
  margin-bottom: 7px;
}

.result_txt {
  color: #71859f;
  font-size: 13px;
}

.s_result_main {
  flex-direction: column;
}

.s_result_main .left-container {
  width: 100%;
}

.s_result_main .live-list-box li:nth-child(3n) {
  margin-right: 24px;
}

.s_result_main .live-list-box li:nth-child(4n) {
  margin-right: 0;
}

.s_result_tabs {
  margin-top: 20px;
  margin-bottom: 27px;
}

.s_result_tabs ul {
  display: flex;
}

.s_result_tabs ul li {
  line-height: 1;
  color: #272c32;
  margin-right: 36px;
  cursor: pointer;
}

.s_result_tabs ul li a {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.s_result_tabs ul li:hover strong,
.s_result_tabs ul li.nows strong {
  color: #00a0e9;
}

.s_result_tabs strong {
  margin-right: 5px;
  font-size: 24px;
}

.s_result_tabs small {
  font-size: 14px;
}

.s_result_tabs strong,
.s_result_tabs small {
  position: relative;
  padding-bottom: 10px;
  display: block;
}

.s_result_tabs ul li.nows strong::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
}
/*
    新增样式
*/
.go-return {
  position: absolute;
  left: 702px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  background-color: #00a0e9;
  border-radius: 4px;
}
.go-return:focus,
.go-return:hover {
  color: #fff;
}
.go-return i {
  font-style: normal;
  font-size: 16px;
  margin-right: 2px;
}
.list-group-item .js_qrcode_wrap {
  left: 10px;
}
.detailss .list-group-item .js_qrcode_wrap {
  left: 80px;
}
.box-link_main .go-return {
  top: 58px;
}
.my_comments .go-return {
  top: 67px;
}
/*
    首页新修改22-11-21
*/
.index-header__nav {
  padding-top: 3px;
  width: 100%;
  height: 403px;
  background-color: #fff;
}
.header--navs {
  position: relative;
  margin: auto;
  width: 1056px;
  height: 348px;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
.header__right {
  width: 246px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.header__right .title-h3 {
  color: #272c32;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header__right .title-h3 span {
  font-size: 24px;
  font-weight: 500;
}
.header__right .title-h3 a {
  position: relative;
  padding-right: 12px;
  font-size: 13px;
  color: #8b9097;
  font-weight: 300;
}
.header__right .title-h3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../../images/pc/icon-more.png) no-repeat 0 0;
  transform: translateY(-50%);
}
.haowu-div {
  position: relative;
}
.haowu-div a {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: 34px;
  background: #f5b904;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.haowu-div a:hover {
  color: #fff;
}
.header__left {
  position: relative;
  width: 786px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__left a img {
  width: 100%;
  height: 100%;
}
/*
    好物--发布22-11-21
*/
.huati_fabu {
  width: 100%;
}
.huati_fabu .forms .huati--top {
  margin-top: 0;
}
.huati_fabu .forms .huati--top .topic-tt {
  display: flex;
  align-items: center;
}
.huati_fabu .forms .huati--top .topic-tt strong {
  width: 65px;
}
.input--name {
  position: relative;
  width: calc(100% - 65px);
}
.input--name textarea {
  padding-right: 50px !important;
  margin-top: 0 !important;
  font-weight: 400;
}
.input--name p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #8b9097;
}
.huati_fabu .forms .huati--top .hw-ji {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
}
.huati_fabu .forms .huati--top .hw-ji strong {
  width: 51px;
}
.huati_fabu .forms .huati--top .hw-ji .topic_select {
  width: calc(100% - 51px);
  background-color: #fff;
  margin-left: 0;
  padding-right: 20px;
}
.huati_fabu .forms .huati--top .hw-ji::after {
  content: '';
  position: absolute;
  right: 7px;
  width: 0;
  height: 0;
  border-top: solid 6px #00a0e9;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.huati_fabu .forms .huati--center1,
.huati_fabu .forms .huati--center2,
.huati_fabu .forms .huati--bottom {
  margin-top: 10px;
}
.huati_fabu .forms .huati--center1 {
  display: flex;
  align-items: center;
}
.huati_fabu .forms .huati--center1 strong {
  width: 65px;
}
.huati_fabu .forms .huati--center1 .imgboxs {
  margin-top: 0;
  width: calc(100% - 65px);
}
.huati_fabu .forms .huati--center1 .imgboxs .upimg-div .z_file,
.huati_fabu .forms .huati--center1 .imgboxs .upimg-div .up-section {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 5px;
  background: #f2f5f7;
  border: 1px solid #e6ebee;
  border-radius: 4px;
}
.huati_fabu .forms .huati--center1 .z_file .add-img {
  height: 48px;
}
.huati_fabu .forms .huati--center1 .z_photo .up-img,
.huati_fabu .forms .huati--center2 .z_mp4 .up-img {
  border-radius: 4px;
}
.huati_fabu .forms .huati--center1 .up-section .close-upimg {
  width: 16px;
  height: 16px;
  font-size: 12px;
  top: 4px;
  right: 4px;
}
.huati_fabu .forms .huati--center1 .add-img img,
.huati_fabu .forms .huati--center2 .add-video img {
  width: 15px;
  height: 15px;
}
.huati_fabu .forms .huati--center2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.huati_fabu .forms .huati--center2 .videoboxs,
.huati_fabu .forms .huati--center2 .typeboxs {
  display: flex;
  align-items: center;
}
.huati_fabu .forms .huati--center2 .videoboxs strong {
  width: 65px;
}
.huati_fabu .forms .huati--center2 .videoboxs .z_mp4 {
  width: calc(100% - 65px);
}
.huati_fabu .forms .huati--center2 .upmp4-div .z-video,
.huati_fabu .forms .huati--center2 .upmp4-div .up-section,
.huati_fabu .forms .huati--center3 .upmp4-div .z-video {
  margin-right: 5px;
  width: 85px;
  height: 48px;
  background: #f2f5f7;
  border: 1px solid #e6ebee;
  border-radius: 4px;
}
.huati_fabu .forms .huati--center2 .up-section .close-upimg {
  width: 16px;
  height: 16px;
  font-size: 12px;
  top: 4px;
  right: 4px;
}
.huati_fabu .forms .huati--center2 .z-video .add-video {
  height: 48px;
}
.huati_fabu .forms .huati--center2 .typeboxs {
  justify-content: flex-end;
  position: relative;
}
.huati_fabu .forms .huati--center2 .typeboxs::after {
  content: '';
  position: absolute;
  right: 7px;
  width: 0;
  height: 0;
  border-top: solid 6px #00a0e9;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.huati_fabu .forms .huati--center2 .typeboxs strong {
  width: 37px;
}
.huati_fabu .forms .huati--center2 .typeboxs .topic_select {
  width: calc(100% - 37px);
  background-color: #fff;
  margin-left: 0;
  padding-right: 20px;
}
.huati_fabu .forms .huati--bottom {
  width: 100%;
}
.huati_fabu .forms .huati--bottom .areacontent {
  background-color: #fff;
  position: relative;
  padding-bottom: 45px;
  min-height: 120px;
}
.huati_fabu .forms .huati--bottom .areacontent #topicEditor {
  width: 100%;
  min-height: 360px;
  font-size: 19px;
}
.huati_fabu .forms .huati--bottom .button {
  position: absolute;
  width: 84px;
  height: 34px;
  background: #f5b904;
  border-radius: 2px;
  right: 11px;
  bottom: 11px;
}
.huati_fabu .forms .huati--bottom .button button {
  background: #f5b904;
}
/*
  首页新的带图片的轮播
*/
.slide-new_index--header {
  position: relative;
  width: 100%;
  height: 282px;
}
.slide-new_index--header .swiper-container {
  width: 100%;
  height: 190px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 20;
}
.slide-new_index--header .swiper-slide {
  /* width: auto; */
  width: calc((100vw - 44px) / 2);
  background: #fff;
  border-radius: 6px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide-new_index--header .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 84px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 52px;
}
.slide-new_index--header .swiper-pagination span {
  margin: 0 10px;
  width: 34px;
  height: 2px;
  border-radius: 0;
  background-color: #d5dbde;
  border: none;
}
.slide-new_index--header .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #00a0e9;
}
.slide-new_index--header .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}
.img-bg {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.img-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 6px;
}
.text-bg {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 0 0 6px 6px;
}
.text-bg p {
  margin: auto;
  width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-new_index--header .swiper-slide > a:hover {
  cursor: pointer;
}
.slide-new_index--header .swiper-slide > a:hover .text-bg {
  display: block;
}
.default-form {
  padding: 10px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  border: 1px solid #e6ebee;
  border-radius: 4px;
  box-sizing: border-box;
}
#defalutInput {
  width: 100%;
  height: 40px;
  background: #f2f5f7;
  border: 1px solid #e6ebee;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
.default-btns {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
}
.default-btns .right-btns {
  width: 84px;
  height: 34px;
  background: #f5b904;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
.default-btns .left-icons {
  display: flex;
  align-items: center;
}
.default-btns .left-icons span {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.default-btns .left-icons span img {
  display: block;
  width: 24px;
  height: 24px;
}
.default-btns .left-icons span name {
  margin-left: 5px;
  font-size: 13px;
  color: #272c32;
  font-weight: 500;
}
.default-btns .left-icons span:hover name {
  color: #00a0e9;
}
.super-topic-scroll .super-topic-scroll-dom .super-topic-scroll-item img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 10px;
}
.super-topic-scroll .super-topic-scroll-dom .super-topic-scroll-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 35px;
  flex-direction: row;
}
.super-topic-scroll {
  background-color: #fff;
  padding-bottom: 20px;
}

.super-topic-scroll .super-topic-scroll-dom:hover {
  animation-play-state: paused !important;
}
.super-topic-scroll .super-topic-scroll-dom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
}
.super-topic-scroll .super-topic-scroll-mask {
  margin: auto;
  height: 36px;
  overflow: hidden;
  display: flex;
}
:root {
  --scroll-end: -100%;
  --scroll-start: 0;
}
@keyframes superTopicScroll {
  0% {
    transform: translateX(var(--scroll-start));
  }
  100% {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes superTopicScroll2 {
  0% {
    transform: translateX(var(--scroll-start));
  }
  100% {
    transform: translateX(var(--scroll-end));
  }
}
